home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / Commander Sets / 4D AmountString / 4D AmountString.rsrc / TEXT_364_††History & Other Info.txt < prev    next >
Encoding:
Text File  |  1994-09-14  |  4.9 KB  |  110 lines

  1. History
  2.  
  3. 1.0b1 (4 April 1994) Beta version 4D external
  4.  
  5. 1.0b2 (7 April)
  6. - improved conversion of 4D Real to string, large numbers possible.
  7.  
  8. 1.0b3 (24 April)
  9. - added a few currencies which use the English language
  10. - included Portuguese language
  11. - unit, minor unit name and thousandfolds are now singular or plural when appropriate.
  12. - now really accepts large numbers.
  13.  
  14. 1.0b4 (26 April)
  15. - added new format.
  16. - improved usage for thousands and word separators.
  17. - added temporarily error messages to track problems.
  18.  
  19. 1.0b5 (29 April)
  20. - making first character uppercase now depends on the script system.
  21. - corrected incorrect number of commas in UK texts.
  22. - improved code to function properly with systems which don't use the dot as the decimal point.
  23.  
  24. 1.0b6 (2 May)
  25. - corrected some typos in the English and Portuguese texts.
  26. - corrected a setting to return the Portuguese texts correct.
  27. - added some code to make usage of the word 'and' between thousand- and hunderfolds optional for each language.
  28.  
  29. 1.0b7 (15 May)
  30. - major rewrite
  31. - when determining if a text must be plural or singular it looks only to one digit not to the whole group of digits when using Italian or Portuguese.
  32. - added texts for 10^12 so can handle larger numbers‚Ķ
  33. - added French text (and currencies FRF, BEFF, CADF).
  34. - added Italian text (and currency ITL).
  35. - the plain format now can handle up to six digits after the decimal point.
  36. - implemented feature for having the use of 'and' after the thousands optional for each currency.
  37. - added code to handle numbers which are irregular and obtain the correct text from a special resource.
  38. - now handles zero and negative values.
  39. - now includes the HyperCard XFCN.
  40. - corrected problem when using 0.99 which was rounded to 1.0 but messed things up.
  41.  
  42. 1.0b8 (18 May)
  43. - new HyperCard example stack now included (Courtesy Kees Pols).
  44. - HyperCard XFCN didn't work properly when no point was included.
  45. - Omitting the 'one' before the thousands as set with several languages didn't work.
  46. - Less resources needed and installed with the HyperCard XFCN.
  47. - Corrected some trouble with French texts.
  48. - Corrected 'twelf' into 'twelve' in the English texts. Oops!
  49. - Another oops! Forgot some Dutch texts.
  50. - Added German text (and currency DEM).
  51. - Italian text now uses spaces when it should: between the words if the value is larger than 99999.
  52.  
  53. 1.0b9 (24 May)
  54. - Error occured when value '1' was used with languages which don't list the ‚Äúone‚Äù before thousands.
  55. - incorrectly listed '0.7' as 7/100 instead of 70/100.
  56. - HyperCard XFCN didn't notice when the amount was negative.
  57. - resource attribute was set incorrectly which sometimes caused the 4D External to experience memory loss‚Ķ
  58. - fixed problem with incorrect conversions of values smaller than 100 (as unit or minor unit).
  59.  
  60. 1.0b10 (2 June) Released beta-version
  61. - corrected settings for the Portuguese and Italian syntax.
  62. - corrected some words for the French language.
  63. - That $^%$#^ HyperCard is messing with the strings you pass to my code! The value "0.7" was incorrectly interpreted as 7 cents, but even "0.70"! The first was my fault, the latter HyperCards! And both are solved now. The 4D external did indeed works correct since version 1.0b9.
  64. - moved some more settings from the code to resources.
  65.  
  66. 1.0b11 (8 June)
  67. - added setting to indicate if 'and' is used with hundreds.
  68. - '2013' is now written as 'two thousand' not as 'twenty hundred'.
  69. - corrected truncating the digits for the minor units.
  70.  
  71. 1.0b12 (16 June)
  72. - corrected the Italian syntax.
  73. - fixed problem with the digits after the decimal point when using the plain format.
  74.  
  75. 1.0 (21 June) Final Release
  76. - corrected plurals for thousandfolds in Italian.
  77. - Dutch texts no longer use 'one' before thousands and hundreds.
  78. - German data wasn't copied when using 4D External Mover to install it.
  79.  
  80.  
  81.  
  82. Future Plans
  83. - move more hardcoded settings to resources.
  84. - add more languages and currencies.
  85. - add formats which don't list the full name of the currency (i.e. ‚ÄùFrancs‚Äú instead of ‚ÄùBelgium Francs‚Äú).
  86. - AppleScript osax?
  87.  
  88.  
  89.  
  90. Acknowledgements
  91. Thanks to Tim van der Leeuw, Pete Resnick and Philippe Casgrain for their help for converting the number into a string. This was particularly complicated because the external uses system functions (normally taking in account the system script) which aren't intended to work this way. A simple call-back to 4D wouldn't do the trick either.
  92.  
  93. Many thanks to Kees Pols for his help on the HyperCard part, and for writing the sample stack.
  94. Also thanks to these people for the translations, discussions and checking the proper working for the different languages:
  95.   Richard E. Howland-Bolton, US (English)
  96.   Jose Alexandre C. M. Correi, PT (Portuguese)
  97.   Fabrizio Oddone, IT (Italian)
  98.   Marco Piovanelli, IT (Italian)
  99.   Francois Pottier, FR (French)
  100.   Frank Reijn, NL (German)
  101.   Judith Suchard, FR (French)
  102.   Max Stern Hanf, NL (Dutch, Belgium and German)
  103.   Hans Verbrugge, NL (Dutch)
  104.  
  105.  
  106. ¬© 1994, Ren√© G.A. Ros
  107. Freeware.
  108.  
  109.  
  110.